golang/xenlight: define KeyValueList as empty struct
authorNick Rosbrook <rosbrookn@ainfosec.com>
Mon, 16 Dec 2019 18:08:01 +0000 (18:08 +0000)
committerGeorge Dunlap <george.dunlap@citrix.com>
Mon, 16 Dec 2019 18:08:01 +0000 (18:08 +0000)
commit7e84aeb864dc6c0c1e42018d2d99bc3393f88210
treedcdd49b40c68b952dd64aa25d40531df060da5ca
parentfb2475aed34e5d175df04505bd44e72a9966fba9
golang/xenlight: define KeyValueList as empty struct

Define KeyValueList as empty struct as there is currently no reason for
this type to be available in the Go package.

Implement fromC and toC functions as no-ops.

Signed-off-by: Nick Rosbrook <rosbrookn@ainfosec.com>
Reviewed-by: George Dunlap <george.dunlap@citrix.com>
tools/golang/xenlight/xenlight.go